Run Summary
Management Measures
Plot all catch totals on one figure
Plots
Mortality and CV
Mortality and Releases
mtcars %>% ggplot2::ggplot(aes(x = mpg, y = disp))+ geom_point(aes(colour = wt))